Add detailed tool allow/disallow examples and engine-specific securit…#61
Merged
Add detailed tool allow/disallow examples and engine-specific securit…#61
Conversation
…y guidelines Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
dsyme
approved these changes
Aug 14, 2025
pelikhan
added a commit
that referenced
this pull request
Sep 5, 2025
* Add configurable error handling for empty changesets and patch errors in both push-to-branch and create-pull-request safe outputs (#61) * Initial plan * Implement mt changeset noop handling for push-to-branch Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Add if-no-changes configuration option to push-to-branch safe output Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Add if-no-changes configuration option to create-pull-request safe output Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Fix tests and recompile workflows with if-no-changes configuration Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Handle error path for patch file errors with if-no-changes policy in push-to-branch Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com> * Fix agent output validator to support missing-tool and create-security-report output types (#64) * Initial plan * Add support for missing-tool and create-security-report output types in validator Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com> * Add graceful handling for disabled issues repositories in create-issue safe output (#65) * Initial plan * Add special handling for disabled issues repository in create-issue safe output Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Add graceful handling for disabled issues repositories in create-issue safe output Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com> * Enhance formatting workflow by adding separate step for JavaScript code formatting and improve error handling for SARIF content type validation * Refactor SARIF type validation for improved readability in workflow files --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…y guidelines